| Einhugur Word Plugin for Xojo |
|
EinhugurWord.PictureTypes Enum
Enum that has type codes for Pictures embedded in Word documents.
This enum is used with the PictureType property on the Drawing class, and also with all methods when embedding pictures.
enum EinhugurWord.PictureTypes
Constants
NONE = 0 | No picture.
If this value is passed to the methods to embed picture then it will just fallback to creating Text section. |
png = 1 | PNG image. |
jpeg = 2 | Jpeg image. |
UNKNOWN = 10 | Unknown.
If this value is passed to the methods to embed picture then creating Run object will be aborted. |